runtime.hmap.noldbuckets (method)

8 uses

	runtime (current package)
		map.go#L1218: func (h *hmap) noldbuckets() uintptr {
		map.go#L1228: 	return h.noldbuckets() - 1
		map.go#L1257: 	newbit := h.noldbuckets()
		map.go#L1811: 		oldArraySize := int(h.noldbuckets())
		map.go#L1874: 		oldArraySize := int(h.noldbuckets())
		map_fast32.go#L405: 	newbit := h.noldbuckets()
		map_fast64.go#L409: 	newbit := h.noldbuckets()
		map_faststr.go#L424: 	newbit := h.noldbuckets()